From c4826069eb8fe523a5a86f3efaabd4f2d47576fc Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 16 Jul 2005 18:52:25 +0000 Subject: [PATCH] Fix capabilities vector. --- gpsbabel/navicache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/navicache.c b/gpsbabel/navicache.c index eb134c21f..c2f76ea20 100644 --- a/gpsbabel/navicache.c +++ b/gpsbabel/navicache.c @@ -256,7 +256,7 @@ nav_write(void) ff_vecs_t navicache_vecs = { ff_type_file, - FF_CAP_RW_WPT, + { ff_cap_read, ff_cap_none, ff_cap_none }, nav_rd_init, nav_wr_init, nav_rd_deinit, -- 2.30.2